/*

	In order to have PHPizabi work on IIS, you have to rename the root index.php
	file to something else (eg.: core.php) and create a new index.php file with
	the following content in it;
	
	<?php
		header("Location: core.php");
	?>
	
	IIS should now be able to allow the POST method for PHPizabi.


	Claude Desjardins, CEO
	Real!ty Medias, PHPizabi
	July 26th 2006
	
*/